home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / SourceCode / GameKit / gamekit-1 / GKText.h < prev    next >
C/C++ Source or Header  |  1995-06-12  |  367b  |  15 lines

  1. /* ./GKText.h generated from GKText.psw
  2.    by unix pswrap V1.009  Wed Apr 19 17:50:24 PDT 1989
  3.  */
  4.  
  5. #ifndef GKTEXT_H
  6. #define GKTEXT_H
  7.  
  8. extern void GKTextSetUp();
  9.  
  10. extern void GKborderedTextBoundingBox( /* char *str; float *x; float *y; float *width; float *height; */ );
  11.  
  12. extern void GKdrawBorderedText( /* float xlate; float ylate; char *str; */ );
  13.  
  14. #endif GKTEXT_H
  15.